home *** CD-ROM | disk | FTP | other *** search
/ Aminet 51 / Aminet 51 (2002)(GTI - Schatztruhe)[!][Oct 2002].iso / Aminet / dev / misc / FlexCat.lha / Lib / C++_h.sd < prev    next >
Encoding:
Text File  |  1999-11-28  |  798 b   |  27 lines

  1. ##rem $Id: C++_h.sd,v 1.2 1999/11/28 03:36:41 carlos Exp $
  2. ##stringtype C
  3. ##shortstrings
  4. //****************************************************************
  5. //  This file was created automatically by `%fv'
  6. //  from "%f0".
  7. //
  8. //  Do NOT edit by hand!
  9. //****************************************************************
  10.  
  11. // You can include as many files like this as you want, if they have
  12. // diferent string ID names; allowing you this way to have diferent catalogs
  13. // in your program.
  14.  
  15. #ifndef %b_CAT_H    //  assure that this is read only once
  16. #define %b_CAT_H
  17.  
  18. // This include the definition of the CatalogF class with CatMessage class
  19. #include <CatalogF.h>
  20.  
  21. //         'catalogFileName' 'builtInLanguage' & 'versionNumber'
  22. #define %b_ARGS "%b.catalog", %l, %v
  23.  
  24. extern const CatMessage %i;
  25.  
  26. #endif
  27.